home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / PRODUCTI / GTRIPPLE / SETUP.EXE / 0 / RCDATA / TFSHOWRTF / TFSHOWRTF.txt
Text File  |  1999-09-12  |  938b  |  50 lines

  1. inherited fShowRTF: TfShowRTF
  2.   Caption = 'Information'
  3.   OnShow = FormShow
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited pBody: TPanel
  7.     object reInformation: TRichEdit
  8.       Left = 10
  9.       Top = 10
  10.       Width = 325
  11.       Height = 308
  12.       Align = alClient
  13.       ReadOnly = True
  14.       ScrollBars = ssVertical
  15.       TabOrder = 0
  16.     end
  17.   end
  18.   inherited pButtons: TPanel
  19.     object bBack: TButton
  20.       Left = 272
  21.       Top = 24
  22.       Width = 75
  23.       Height = 25
  24.       Caption = '< &Back'
  25.       ModalResult = 7
  26.       TabOrder = 0
  27.     end
  28.     object bNext: TButton
  29.       Left = 352
  30.       Top = 24
  31.       Width = 75
  32.       Height = 25
  33.       Caption = '&Next >'
  34.       Default = True
  35.       ModalResult = 6
  36.       TabOrder = 1
  37.     end
  38.     object bCancel: TButton
  39.       Left = 448
  40.       Top = 24
  41.       Width = 75
  42.       Height = 25
  43.       Cancel = True
  44.       Caption = 'Cancel'
  45.       ModalResult = 2
  46.       TabOrder = 2
  47.     end
  48.   end
  49. end
  50.